projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c1001f
)
(vip-custom-file-name): Use convert-standard-filename.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 1 Jan 1996 23:36:51 +0000
(23:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 1 Jan 1996 23:36:51 +0000
(23:36 +0000)
lisp/emulation/viper.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/viper.el
b/lisp/emulation/viper.el
index 5e860ffd311ad0fbca80143e6f49526e8c2bd9f2..0016987e091e0bd5e9b1077ae18bcc169f6fef44 100644
(file)
--- a/
lisp/emulation/viper.el
+++ b/
lisp/emulation/viper.el
@@
-807,7
+807,7
@@
These buffers can be cycled through via :R and :P commands.")
(defvar vip-always t
"t means, arrange that vi-state will be a default.")
-(defvar vip-custom-file-name
"~/.vip"
+(defvar vip-custom-file-name
(convert-standard-filename "~/.vip")
"Viper customisation file.
This variable must be set _before_ loading Viper.")